Skip to content

Upgrade project to Azure Functions v2 RTM#7

Open
dchristensen wants to merge 1 commit intoHTBox:masterfrom
dchristensen:azure_functions_v2
Open

Upgrade project to Azure Functions v2 RTM#7
dchristensen wants to merge 1 commit intoHTBox:masterfrom
dchristensen:azure_functions_v2

Conversation

@dchristensen
Copy link

As part of the upgrade, a developer's local machine should include a file called local.settings.json the project root with the following content:

{
  "IsEncrypted": false,
  "Values": {
    "FUNCTIONS_EXTENSION_VERSION ": "~2",
    "FUNCTIONS_WORKER_RUNTIME":  "dotnet", 
    "AzureWebJobsStorage": "UseDevelopmentStorage=true"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant